home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / osi / x500 / ldap-faq < prev    next >
Text File  |  1992-12-03  |  2KB  |  46 lines

  1. This file (ldap-faq) contains some commonly encountered problems when
  2. installing and using the UM ldap distribution, along with thier
  3. solutions.  Please try the solutions here before contacting
  4. ldap-support@terminator.rs.itd.umich.edu.
  5.  
  6. PROBLEM:
  7.     ud reports "socket: Error 0" or some other nonsense when I try
  8.     to run it.
  9.  
  10. SOLUTION:
  11.     The error message is usually bogus.  It is probably caused
  12.     by ud trying to contact a hostname that does not exist.  Try
  13.     running ud with the -s option, like so:
  14.  
  15.         ud -s hostname.running.an.ldap.daemon
  16.  
  17.     If that works, edit the file ud/ud.h and change the #define
  18.     for DEFAULT_SERVER.  While you are there, make sure DEFAULT_BASE
  19.     is set to something that makes sense for your site.  Then
  20.     recompile.
  21.  
  22. PROBLEM:
  23.     ud returns "unknown attribute type" when I try to find somebody.
  24.  
  25. SOLUTION:
  26.     This is caused by ud asking for a UM-specific attribute called
  27.     multiLineDescription.  You should either add this line to your
  28.     oidtable.at file:
  29.  
  30.     multiLineDescription:   umichAttributeType.2    : CaseIgnoreList
  31.  
  32.     or you can apply the ud.mldescription patch to the ud source.
  33.     This patch is available for anonymous ftp from the host
  34.     terminator.rs.itd.umich.edu in the file
  35.     x500/ldap-patches/ud.mldescription
  36.  
  37. PROBLEM:
  38.     my ldap server dies when I send it certain substring queries.
  39.  
  40. SOLUTION:
  41.     This is probably caused by a bug in the ldapd filter handling
  42.     code.  You should apply the ldapd.filter patch to the ldapd
  43.     source.  This patch is available for anonymous ftp from the
  44.     host terminator.rs.itd.umich.edu in the file
  45.     x500/ldap-patches/ldapd.filter
  46.